From: Adrian Bunk Date: Fri, 14 Nov 2025 20:26:45 +0000 (+0200) Subject: Fix FTBFS with CMake 4 X-Git-Tag: archive/raspbian/0.1.3-4.1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=2a8803a44e90a8acb175c1f6672c53b50f7e9b1d;p=libsoxr.git Fix FTBFS with CMake 4 Bug-Debian: https://bugs.debian.org/1113203 Gbp-Pq: Name cmake-4.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d17079a..b97da5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net # Licence for this file: LGPL v2.1 See LICENCE for details. -cmake_minimum_required (VERSION 3.1 FATAL_ERROR) +cmake_minimum_required (VERSION 3.5 FATAL_ERROR) set (DESCRIPTION_SUMMARY "High quality, one-dimensional sample-rate conversion library")